Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partitioned graphs bug fix #88

Merged
merged 4 commits into from
Dec 18, 2024

Conversation

JoeyT1994
Copy link
Contributor

This PR fixes a bug in edges(pg::PartitionedGraph, pe::PartitionEdge) which was resulting in src(pe) and dst(pe) being wrapped twice as a PartitionVertex.

It also fixes a failing test due to the introduction of NamedGraphs.OrderedDictionaries

@mtfishman mtfishman merged commit 3219f9c into ITensor:main Dec 18, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants